NevronOpenVision
Nevron.Nov.DataStructures Namespace / NKeyInstanceCache<TKey,TValue> Class
Members
In This Topic
    NKeyInstanceCache<TKey,TValue> Class
    In This Topic
    Serves as base class for cache objects that cache object instances constructed for keys. The NKeyInstanceCache is typically used when you have an expensive to construct object, that is used to maintain readonly informaiton, such as a Nevron.Editors.NDesigner. Internally implemented as a MRU cache.
    Object Model
    NKeyInstanceCache<TKey,TValue> Class
    Syntax
    public abstract class NKeyInstanceCache<TKey,TValue> 
    where TValue: class
    Type Parameters
    TKey
    TValue
    Inheritance Hierarchy

    System.Object
       Nevron.Nov.DataStructures.NKeyInstanceCache<TKey,TValue>

    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also